github.com/go-pg/pg/v10/orm.CreateTableQuery.opt (field)

13 uses

	github.com/go-pg/pg/v10/orm (current package)
		table_create.go#L24: 	opt *CreateTableOptions
		table_create.go#L35: 		opt: opt,
		table_create.go#L54: 		opt: q.opt,
		table_create.go#L77: 	if q.opt != nil && q.opt.Temp {
		table_create.go#L81: 	if q.opt != nil && q.opt.IfNotExists {
		table_create.go#L113: 	if q.opt != nil && q.opt.FKConstraints {
		table_create.go#L137: 	if q.opt != nil && q.opt.Varchar > 0 &&
		table_create.go#L140: 		b = strconv.AppendInt(b, int64(q.opt.Varchar), 10)